/* mobile.css - FINAL VERSION WITH ALL FIXES */
@media screen and (max-width: 768px) {
    
    /* ===== CURRENCY SELECTOR - HIGHER POSITION ===== */
    #currency-selector {
        top: 70px !important;
        bottom: auto !important;
        right: 10px !important;
        z-index: 1001 !important;
    }
    
    #currency-btn {
        padding: 0.6rem 1rem !important;
        font-size: 0.9rem !important;
    }
    
    #currency-panel {
        width: 220px !important;
        right: 0 !important;
    }
    
    /* ===== FORCE GIANT COIN TO SHOW ===== */
    .hero-text-area img[alt="Giant GetItX Coin"],
    .hero-text-area .floaty-animation.coin-only,
    img.floaty-animation.coin-only {
        display: block !important;
        visibility: visible !important;
        opacity: 1 !important;
        width: 70px !important;
        height: 70px !important;
        margin: 0 auto 15px auto !important;
        position: relative !important;
        left: auto !important;
        right: auto !important;
        top: auto !important;
        bottom: auto !important;
        transform: none !important;
    }
    
    .coin-only {
        margin-left: 0 !important;
    }
    
    /* ===== 3 STEPS TEXT - BLACK INSTEAD OF WHITE ===== */
    .major-item p,
    .major-grid .major-item p,
    .major p {
        color: #333333 !important;
        background: transparent !important;
        text-shadow: 0 1px 2px rgba(255, 255, 255, 0.3) !important;
        font-weight: 500 !important;
    }
    
    .major {
        background: #0648ac !important;
    }
    
    .major h2 {
        color: white !important;
    }
    
    .major h2::after {
        background: linear-gradient(to right, white 0%, #0648ac 50%, transparent 100%) !important;
    }
    
    /* ===== FOOTER TITLES - NORMAL FONT ===== */
    .footer-links h4,
    .footer-shop h4,
    .footer-contact h4 {
        font-family: 'Inter', 'Montserrat', sans-serif !important;
        font-weight: 600 !important;
        font-size: 18px !important;
        text-transform: none !important;
        letter-spacing: normal !important;
        font-style: normal !important;
        -webkit-font-smoothing: antialiased !important;
        -moz-osx-font-smoothing: grayscale !important;
    }
    
    .footer-links ul li a,
    .footer-contact p,
    .shop-description,
    .shop-availability {
        font-family: 'Inter', 'Montserrat', sans-serif !important;
    }
    
    /* ===== REST OF YOUR MOBILE STYLES ===== */
    /* (Keep all your existing mobile styles below) */
    
    /* Navigation */
    .nav-bar {
        padding: 12px 20px !important;
        justify-content: space-between !important;
        height: auto !important;
    }
    
    .nav-bar .logo-img {
        height: 40px !important;
        margin-left: 0 !important;
    }
    
    .hamburger-menu {
        display: flex !important;
    }
    
    .nav-content-wrapper {
        display: none !important;
        position: absolute;
        top: 70px;
        left: 0;
        width: 100%;
        background: rgba(6, 72, 172, 0.98);
        flex-direction: column;
        padding: 20px 0;
        margin: 0 !important;
        border-radius: 0;
        z-index: 1000;
    }
    
    .nav-content-wrapper.active {
        display: flex !important;
    }
    
    .nav-links {
        flex-direction: column;
        width: 100%;
    }
    
    .nav-links a,
    .nav-links .nav-link {
        width: 90%;
        margin: 5px auto;
        padding: 12px 20px !important;
        color: white !important;
    }
    
    .nav-bar-extra {
        width: 90%;
        margin: 15px auto;
        background-color: #e2992c;
        border-radius: 30px;
        justify-content: center;
    }
    
    /* Hero section */
    .hero {
        height: auto !important;
        min-height: 100vh;
        padding-top: 80px;
        padding-bottom: 40px;
        background-attachment: scroll !important;
    }
    
    .hero-content-wrapper {
        flex-direction: column !important;
        text-align: center;
    }
    
    .hero-text-area {
        max-width: 100% !important;
        padding: 0 20px;
    }
    
    .hero-text-area h1 {
        font-size: 2rem !important;
        white-space: normal !important;
    }
    
    .hero-text-area p {
        font-size: 1.1rem !important;
    }
    
    .hero-image-gif img {
        max-width: 250px !important;
        padding-left: 0 !important;
        margin: 0 auto;
    }
    
    /* Major section */
    .major {
        margin-top: 0 !important;
        padding: 40px 0;
    }
    
    .major-grid {
        flex-direction: column;
        gap: 30px;
    }
    
    .major-item p {
        font-size: 1.2rem;
    }
    
    .arrow-icon {
        display: none;
    }
    
    /* Products */
    .col {
        display: flex;
        justify-content: center;
        margin-bottom: 20px;
    }
    
    .product-card {
        max-width: 240px !important;
    }
    
    .product-card .card-content {
        height: 240px !important;
    }
    
    /* Connect section */
    .connect {
        height: auto !important;
        padding: 60px 0 !important;
        margin-top: 0 !important;
    }
    
    .connect-grid {
        flex-direction: column-reverse !important;
        text-align: center;
    }
    
    .connect-text {
        max-width: 100% !important;
        margin-left: 0 !important;
        padding: 0 20px;
    }
    
    .connect-text h2 {
        font-size: 1.8rem !important;
        white-space: normal !important;
    }
    
    .connect-img img {
        max-width: 250px !important;
        margin: 0 auto;
    }
    
    /* Carousel */
    .carousel-container {
        height: 200px !important;
    }
    
    /* Footer */
    .footer-content {
        grid-template-columns: 1fr !important;
        gap: 40px !important;
        text-align: center !important;
    }
    
    .footer-logo,
    .footer-links,
    .footer-shop,
    .footer-contact {
        text-align: center !important;
        align-items: center !important;
    }
    
    .footer-logo {
        justify-content: center !important;
    }
    
    .footer-links ul {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    
    .footer-contact p {
        justify-content: center;
    }
    
    .social-links {
        justify-content: center;
    }
}

/* Extra small devices */
@media screen and (max-width: 480px) {
    #currency-selector {
        top: 60px !important; /* Even higher on very small screens */
    }
    
    .hero-text-area h1 {
        font-size: 1.8rem !important;
    }
    
    .product-card {
        max-width: 200px !important;
    }
    
    .product-card .card-content {
        height: 200px !important;
    }
}